func runtime.encoderune
6 uses
runtime (current package)
string.go#L218: size1 += encoderune(dum[:], r)
string.go#L227: size2 += encoderune(b[size2:], r)
string.go#L258: n := encoderune(b, rune(v))
string.go#L575: n1 += encoderune(buf[:], rune(str[i]))
string.go#L584: n2 += encoderune(b[n2:], rune(str[i]))
utf8.go#L104: func encoderune(p []byte, r rune) int {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |